pp108 : Receive Message Properties Interface

Receive Message Properties Interface

This topic describes the fields in the pane.
Table 1. Fields on the Receive Message Properties Interface

Tab

Field

Description

General

Description

A description of the Receive Message event.

Input Message

The input message should contain the name of the message and the message name prefix, where

  • name of the message refers to root tag of the message XML data which is send to the process instance by method executeProcess or from a sub-process instance
  • message name prefix refers to the namespace displayed in the business process properties (tab namespaces). When sending the XML data to the process instance, the namespace of the root XML tag (message name) must have the same namespace, as defined in the business process, replicated under Process Specific Messages of the Message Map. Drag any message from the Workspace Documents > Solution > Project content tree on to the Receive Message event.

Message Mode

Select a message mode to indicate whether Receive Event is Persisitent or Transient.

  • Persistent - Consume message even before Receive Message event is active: Select this option to ensure that all messages received while the Receive Message event is inactive are kept in queue. When the Receive Message event becomes active, it consumes the messages in queue and continues to execute the process.
  • Transient - Consume message only when Receive Message event is active: Select this option to ensure that the Receive Message event consumes only the messages received while it is active. Messages received before the Receive Message event is active are ignored.

    Note:
    The status of the Receive Message event (while it is active) is 'waiting'.

Monitoring

Enable Monitoring

Enable or disable monitoring for the activity.

Monitor Level

  • Activity status: Records activity status, timestamp, user, etc.
  • Activity status, input and output messages: Records the input and output messages of the activity along with its status.
  • Store complete activity information when activity aborts: Records activity status and input and output messages information only in case the activity process aborts. If the activity is successfully completed, none of the monitoring information is recorded.

Annotation

Annotation

Additional notes or comments on the Intermediate Message event, if any.


Related tasks

Setting the Properties of Receive Message Event

Related reference

ConsumeMessage